Xuni Product Documentation - Xamarin.Forms
FilterUnaryExpression<T> Class Members
Properties  Methods 

The following tables list the members exposed by FilterUnaryExpression<T>.

Public Constructors
 NameDescription
Public ConstructorFilterUnaryExpression<T> ConstructorInitializes a new instance of the FilterUnaryExpression<T> class.  
Top
Public Properties
 NameDescription
Public PropertyFilterOperation The current filter operation: e.g. for a text filter, the FilterOperation is one of: 'Contains', 'StartsWith'. (Inherited from Xuni.CollectionView.FilterUnaryExpression)
Public PropertyFilterPath Path of the data item used get the value to which the expression will be applied. (Inherited from Xuni.CollectionView.FilterUnaryExpression)
Public PropertyValue The filter info value used when applying the filter. e.g. when creating a text filter: text.StartsWith("AAA"), the Value would be "AAA". (Inherited from Xuni.CollectionView.FilterUnaryExpression)
Top
Public Methods
 NameDescription
Public MethodToStringReturns a string that represents the current object. (Inherited from Xuni.CollectionView.FilterUnaryExpression)
Top
See Also

Reference

FilterUnaryExpression<T> Class
Xuni.CollectionView Namespace